go/types.Const.Parent (method, view implemented interface methods)

3 uses

	go/types (current package)
		mono.go#L276: 	if obj.Parent() == root {
		mono.go#L288: 	for scope := obj.Parent(); scope != root; scope = scope.Parent() {
		object.go#L145: func (obj *object) Parent() *Scope { return obj.parent }